Or " multitasking . " many developers believe concurrency demands elaborate mechanisms , and difficult threading code in particular , for a proper solution 許多開發(fā)人員都相信:作為正確的解決方案,并發(fā)性需要有精巧的機(jī)制,特別需要有復(fù)雜的線程代碼。
百科解釋
In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code may be processed by an interpreter, or may simply be a sequence of machine code call instructions.